home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / gnome-session.schemas < prev    next >
Extensible Markup Language  |  2009-10-23  |  6KB  |  142 lines

  1. <?xml version="1.0"?>
  2. <gconfschemafile>
  3.    <schemalist>
  4.       <schema>
  5.          <key>/schemas/apps/gnome-session/options/show_splash_screen</key>
  6.          <applyto>/apps/gnome-session/options/show_splash_screen</applyto>
  7.          <owner>gnome</owner>
  8.          <type>bool</type>
  9.          <default>false</default>
  10.          <gettext_domain>gnome-session-2.0</gettext_domain>
  11.          <locale name="C">
  12.             <short>Show the splash screen</short>
  13.             <long>Show the splash screen when the session starts up</long>
  14.          </locale>
  15.       </schema>
  16.  
  17.       <schema>
  18.          <key>/schemas/apps/gnome-session/options/auto_save_session</key>
  19.          <applyto>/apps/gnome-session/options/auto_save_session</applyto>
  20.          <owner>gnome</owner>
  21.          <type>bool</type>
  22.          <default>false</default>
  23.          <gettext_domain>gnome-session-2.0</gettext_domain>
  24.          <locale name="C">
  25.             <short>Save sessions</short>
  26.             <long>If enabled, gnome-session will save the session automatically.  Otherwise, the logout dialog will have an option to save the session.</long>
  27.          </locale>
  28.       </schema>
  29.  
  30.       <schema>
  31.          <key>/schemas/apps/gnome-session/options/logout_prompt</key>
  32.          <applyto>/apps/gnome-session/options/logout_prompt</applyto>
  33.          <owner>gnome</owner>
  34.          <type>bool</type>
  35.          <default>true</default>
  36.          <gettext_domain>gnome-session-2.0</gettext_domain>
  37.          <locale name="C">
  38.             <short>Logout prompt</short>
  39.             <long>If enabled, gnome-session will prompt the user before ending a session.</long>
  40.          </locale>
  41.       </schema>
  42.  
  43.       <schema>
  44.          <key>/schemas/apps/gnome-session/options/splash_image</key>
  45.          <applyto>/apps/gnome-session/options/splash_image</applyto>
  46.          <owner>gnome</owner>
  47.          <type>string</type>
  48.          <default>splash/gnome-splash.png</default>
  49.          <gettext_domain>gnome-session-2.0</gettext_domain>
  50.          <locale name="C">
  51.             <short>Preferred Image to use for login splash screen</short>
  52.             <long>This is a relative path value based off the $datadir/pixmaps/ directory.  Sub-directories and image names are valid values. Changing this value will effect the next session login.</long>
  53.          </locale>
  54.       </schema>
  55.  
  56.       <schema>
  57.         <key>/schemas/desktop/gnome/session/idle_delay</key>
  58.         <applyto>/desktop/gnome/session/idle_delay</applyto>
  59.         <owner>gnome</owner>
  60.         <type>int</type>
  61.         <default>5</default>
  62.         <gettext_domain>gnome-session-2.0</gettext_domain>
  63.         <locale name="C">
  64.           <short>Time before session is considered idle</short>
  65.           <long>
  66.             The number of minutes of inactivity before the session is
  67.             considered idle.
  68.           </long>
  69.         </locale>
  70.       </schema>
  71.  
  72.       <schema>
  73.          <key>/schemas/desktop/gnome/session/default_session</key>
  74.          <applyto>/desktop/gnome/session/default_session</applyto>
  75.          <owner>gnome</owner>
  76.          <type>list</type>
  77.          <list_type>string</list_type>
  78.          <default>[gnome-settings-daemon]</default>
  79.          <!-- FIXME when not string frozen: mention that required components are added to the default session -->
  80.          <gettext_domain>gnome-session-2.0</gettext_domain>
  81.          <locale name="C">
  82.             <short>Default session</short>
  83.             <long>List of applications that are part of the default session.</long>
  84.          </locale>
  85.       </schema>
  86.  
  87.       <schema>
  88.          <key>/schemas/desktop/gnome/session/required_components_list</key>
  89.          <applyto>/desktop/gnome/session/required_components_list</applyto>
  90.          <owner>gnome</owner>
  91.          <type>list</type>
  92.          <list_type>string</list_type>
  93.          <default>[windowmanager,panel,filemanager]</default>
  94.          <gettext_domain>gnome-session-2.0</gettext_domain>
  95.          <locale name="C">
  96.             <short>Required session components</short>
  97.             <long>List of components that are required as part of the session. (Each element names a key under "/desktop/gnome/session/required_components"). The Startup Applications preferences tool will not normally allow users to remove a required component from the session, and the session manager will automatically add the required components back to the session at login time if they do get removed.</long>
  98.          </locale>
  99.       </schema>
  100.  
  101.       <schema>
  102.          <key>/schemas/desktop/gnome/session/required_components/windowmanager</key>
  103.          <applyto>/desktop/gnome/session/required_components/windowmanager</applyto>
  104.          <owner>gnome</owner>
  105.          <type>string</type>
  106.          <default>gnome-wm</default>
  107.          <gettext_domain>gnome-session-2.0</gettext_domain>
  108.          <locale name="C">
  109.             <short>Window Manager</short>
  110.             <long>The window manager is the program that draws the title bar and borders around windows, and allows you to move and resize windows.</long>
  111.          </locale>
  112.       </schema>
  113.  
  114.       <schema>
  115.          <key>/schemas/desktop/gnome/session/required_components/panel</key>
  116.          <applyto>/desktop/gnome/session/required_components/panel</applyto>
  117.          <owner>gnome</owner>
  118.          <type>string</type>
  119.          <default>gnome-panel</default>
  120.          <gettext_domain>gnome-session-2.0</gettext_domain>
  121.          <locale name="C">
  122.             <short>Panel</short>
  123.             <long>The panel provides the bar at the top or bottom of the screen containing menus, the window list, status icons, the clock, etc.</long>
  124.          </locale>
  125.       </schema>
  126.  
  127.       <schema>
  128.          <key>/schemas/desktop/gnome/session/required_components/filemanager</key>
  129.          <applyto>/desktop/gnome/session/required_components/filemanager</applyto>
  130.          <owner>gnome</owner>
  131.          <type>string</type>
  132.          <default>nautilus</default>
  133.          <gettext_domain>gnome-session-2.0</gettext_domain>
  134.          <locale name="C">
  135.             <short>File Manager</short>
  136.             <long>The file manager provides the desktop icons and allows you to interact with your saved files.</long>
  137.          </locale>
  138.       </schema>
  139.  
  140.    </schemalist>
  141. </gconfschemafile>
  142.